home *** CD-ROM | disk | FTP | other *** search
- Displays, sets, and removes global variables.
-
- SET [var=[value]]
-
- var is the name of the variable.
- value is the string to be assigned to the variable. When the parameter
- 'value' is missing, SET removes the variable alltogether
- provided it was user-defined.
-
- Without parameters, SET displays the list of variables with their values.
-